From: Richard M. Stallman Date: Mon, 16 Dec 1996 06:01:18 +0000 (+0000) Subject: (socket_connection): Free realhost after using it. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~82374 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=6a7eabe0c65144f10b60ffe3f7c7709846641689;p=emacs.git (socket_connection): Free realhost after using it. --- diff --git a/lib-src/pop.c b/lib-src/pop.c index c4d4c26e5ef..9292998e288 100644 --- a/lib-src/pop.c +++ b/lib-src/pop.c @@ -1184,6 +1184,7 @@ socket_connection (host, flags) (struct sockaddr_in *) 0, "KPOPV0.1"); free ((char *) ticket); + free (realhost); if (rem != KSUCCESS) { strcpy (pop_error, KRB_ERROR);